/* accueil.php */

body
{
	margin: 0px;
	padding-top: 1%;
	font-family: 'Oswald', sans-serif;
}

.background {
	background-color: white;
	position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-box-shadow: 10px 10px 7px 0px rgba(61,84,61,0.22);
	  -moz-box-shadow: 10px 10px 7px 0px rgba(61,84,61,0.22);
	   box-shadow: 10px 10px 7px 0px rgba(61,84,61,0.22);
}

.bg
{
background-color: rgba(98, 255, 0, 0.1);
background: rgba(98, 255, 0, 0.1);
color: black;
}

nav p
{
	margin-bottom: auto;
	font-family: 'Oswald', sans-serif;
	color: black;
	margin-left: auto;
	font-size: 40px;
	height: 80px;
	padding-top: 16px;

}

header::after
{
	content: '';
	display: table;
	clear: both;
}

nav
{
	float: center;
	text-align: center;

}

footer
{
  background-color: white;
  padding-right: 80px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-shadow: -10px -10px 7px 0px rgba(61,84,61,0.22);
  -moz-box-shadow: -10px -10px 7px 0px rgba(61,84,61,0.22);
   box-shadow: -10px -10px 7px 0px rgba(61,84,61,0.22);
	 display: flex;
}

.afooter
{
	font-family: 'Oswald', sans-serif;
	color: black;
	font-size: 22px;
	padding-left: 50%;
}

.h1titre
{
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	color: black;
}



.h1titrelogin
{
	width: 200px;
	height: 30px;
	font-family: 'Oswald', sans-serif;
	font-size: 35px;
}

.login

{
    font-family: 'Roboto', sans-serif;
	width: 320px;
	height: 420px;
	background: #ffffff ;
	color: black;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	border: 3px solid #408E48;
    border-radius: 0px 9px 0px 0px;
    -webkit-box-shadow: 10px 10px 7px 0px rgba(61,84,61,0.22);
    -moz-box-shadow: 10px 10px 7px 0px rgba(61,84,61,0.22);
    box-shadow: 10px 10px 7px 0px rgba(61,84,61,0.22);
}

.button
{
	color: white;
	border : 3px solid green;
	background-color: green;
	border-radius: 9px 9px 9px 9px;
	padding-left: 15%;
	padding-right: 15%;

}


.zonetext
{
	border:none;
	border-bottom: 1px solid green;
	background: transparent;
	outline: none;
	font-size: 16px;
	height: 30px;
	text-align: center;

}

.sectionmenu
{
	background: white;
	position: absolute;
	width: 780px;
	height : 7%;
	left: 25%;
	bottom: 65%;
	text-align: auto;
	border-bottom: 5px solid #1C6EA4;
}

li
{
	color: black;
	font-family: 'Oswald', sans-serif;
	display: inline;
	margin: 11%;

}

.lipadding
{
	margin-left: 25%;
	margin-top: 25%;
	margin-bottom: 50%;
}

.container
{
 display: flex;
 justify-content: center;
 margin-top: -14px;
}


.testa
{
	color: black;
}

.navbar {
	margin-top: -265px;
}

.topnav {
  overflow: hidden;
  background-color: white;
	margin-top: 250px;
	width: 1100px;
	margin-left: 8%;
	-webkit-box-shadow: 10px 10px 7px 0px rgba(61,84,61,0.22);
	-moz-box-shadow: 10px 10px 7px 0px rgba(61,84,61,0.22);
	box-shadow: 10px 10px 7px 0px rgba(61,84,61,0.22);
	border-bottom: 5px solid black;
}

.topnav a {
  float: left;
  color: black;
  text-align: center;
	margin-left: 28px;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
	font-family: 'Roboto', sans-serif;
	padding-left: 10px;

}

.topnav2 a {
  float: left;
  color: black;
  text-align: center;
	margin-left: 28px;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
	font-family: 'Roboto', sans-serif;
	padding-left: 10px;

}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

#global {
	margin-left: auto;
	margin-right: auto;
	width: ...;
}

#logoGreta {
	position: absolute;
	left: 20px;
	top: 5px;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav2 a.active {
  background-color: #4CAF50;
  color: white;
}

.sous {
	display: none;
}

/* creationUtilisateur.php */

.formUser {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 20px;
	resize: vertical;
}

#bouton {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
	margin-top: -8px;
}

#bouton:hover {
	background-color: #94e894;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container1 {
  border-radius: 5px;
  padding: 20px;
	padding-bottom: 70px;
}

h3 {
	color: black;
	text-align: center;
	padding-top: 1px;
	margin-bottom: 20px;
}

.boxformulaire
{
	width: 800px;
	height:380px;
	background-color: white;
	text-align: center;
	border-radius: 15px;
	margin-left: auto;
	margin-right: auto;
	width: ...;
	margin-top: 35px;
	-webkit-box-shadow: 10px 10px 7px 0px rgba(61,84,61,0.22);
	-moz-box-shadow: 10px 10px 7px 0px rgba(61,84,61,0.22);
	box-shadow: 10px 10px 7px 0px rgba(61,84,61,0.22);
}

.topnav2 {
  overflow: hidden;
  background-color: white;
	margin-top: 250px;
	width: 1100px;
	margin-left: 8%;
	-webkit-box-shadow: 10px 10px 7px 0px rgba(61,84,61,0.22);
	-moz-box-shadow: 10px 10px 7px 0px rgba(61,84,61,0.22);
	box-shadow: 10px 10px 7px 0px rgba(61,84,61,0.22);
	border-bottom: 5px solid black;
}

.topnav2 a {
  float: left;
  color: black;
  text-align: center;
	margin-left: 40px;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
	font-family: 'Roboto', sans-serif;
	padding-left: 10px;

}

 /* creationStagiaire.php */

 .boxformulaire3
 {
 	width: 800px;
 	height: 450px;
 	background-color: white;
 	text-align: center;
 	border-radius: 15px;
 	margin-left: auto;
 	margin-right: auto;
 	width: ...;
 	margin-top: 45px;
	-webkit-box-shadow: 10px 10px 7px 0px rgba(61,84,61,0.22);
	-moz-box-shadow: 10px 10px 7px 0px rgba(61,84,61,0.22);
	box-shadow: 10px 10px 7px 0px rgba(61,84,61,0.22);
	margin-bottom: 45px;
 }

 #bouton2 {
   background-color: #4CAF50;
   color: white;
   padding: 12px 20px;
   border: none;
   border-radius: 4px;
   cursor: pointer;
 	 margin-top: 3px;

 }

 #bouton2:hover {
	 background-color: #94e894;
 }

 /* evalPrealable && evalIntermediaire */

.tabEP {
	width: 5%;
	text-align: center;
}

.tabEI {
	width: 5%;
}

.tabcomp {
	width: 40%;
}

.tabsousdomaine {
	width: 15%;
}

.tabactivite {
	width: 40%;
}

th {
	border: 1px solid black;
	background-color: #BEBEBE;
}

td {
	border: 1px solid black;
	text-align: left;
}

.tableau {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px;
}

table {
	background-color: white;
	display: inline-table;
	width: 85%;
}

tbody {
	border: 1px solid black;
}

.totalHeure {
	text-align: left;
	padding-left: 3px;
	color: red;
}

span .totalHeure {
	padding-left: 50px;
}

/* impression */

.titreAcquis {
	font-size: 40px;
	background-color: #b7dbb1;
	color: #377f2b;
	width: 65%;
	margin-top: 5%;
}

.bold2 {
	font-size: 35px;
	margin-top: 5%;
}

.logo {
	margin-top: 1%;
}

.libelle {
	margin-left: 18%;
	font-weight: bold;
}

.libelle2 {
	margin-left: 68%;
	font-weight: bold;
}

.libelle3 {
	margin-left: 18%;
}

.pedagogique {
	font-size: 25px;
	background-color: #b7dbb1;
	color: #377f2b;
	width: 30%;
	margin-top: 30px;
	margin-left: 8%;
	text-align: center;
}

/* Evaluation.php */

.sousmenu {
	width: 30%;
	border-radius: 10px;
	margin-top: 30px;
}

li .dropdown {
	color: white;
	text-align: center;
}

.topnav2 .evaluation {
	margin-top: -10px;
}

/* rechercheStagiaire.php */

.rechercheStagiaire {
	margin-top: -30px;
}

.tablee {
	border: 1px solid black;
  border-collapse: collapse;
}

.bold {
	font-weight: bold;
}

/* creationStage.php */

.boxformulaire2
{
 width: 800px;
 height:680px;
 background-color: white;
 text-align: center;
 border-radius: 15px;
 margin-left: auto;
 margin-right: auto;
 width: ...;
 margin-top: 20px;
 -webkit-box-shadow: 10px 10px 7px 0px rgba(61,84,61,0.22);
 -moz-box-shadow: 10px 10px 7px 0px rgba(61,84,61,0.22);
 box-shadow: 10px 10px 7px 0px rgba(61,84,61,0.22);
 margin-bottom: 20px;
}
